From: Richard M. Stallman Date: Sun, 25 Jul 1993 05:38:16 +0000 (+0000) Subject: (Fx_create_frame): Typo in previous change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~94791 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e5229110c22112b32d0a46992a8c4482fe1de175;p=emacs.git (Fx_create_frame): Typo in previous change. --- diff --git a/src/xfns.c b/src/xfns.c index ade94e129be..4083ec74be0 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -1757,7 +1757,7 @@ be shared by the new frame.") BLOCK_INPUT; /* First, try whatever font the caller has specified. */ if (STRINGP (font)) - font = x_new_font (f, XSTRING (tem)->data); + font = x_new_font (f, XSTRING (font)->data); /* Try out a font which we hope has bold and italic variations. */ if (!STRINGP (font)) font = x_new_font (f, "-misc-fixed-medium-r-normal-*-*-120-*-*-c-*-iso8859-1");